% V20210224 - 8.7.1 Read-Only Listview INCLUDE "GW.bas" mypage = GW_NEW_PAGE() ARRAY.LOAD fruits$[], "Apple", "Banana", "Cherry", "Cranberry", "Grape", "Orange" GW_ADD_LISTVIEW(mypage, fruits$[]) GW_RENDER(mypage) % Wait for user action. GW_WAIT_ACTION$()